home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
dev
/
lang
/
sofa.lha
/
sofa
/
smalleiffel
/
Makefile
< prev
next >
Wrap
Makefile
|
2000-03-25
|
311b
|
16 lines
#
# Because many Unix users are used to type 'make' in order to install
# a software.
#
all : bin/compile_to_c
bin/compile_to_c : bin_c/compile_to_c.h
gcc -o install install.c
./install
rm -f ./install
interactive : ./bin_c/compile_to_c.h
gcc -o install install.c
./install -interactive
rm -f ./install